home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / EMULATOR / CPC_DEMO / !CPC_Demo / !Boot next >
Text File  |  1996-01-28  |  665b  |  34 lines

  1. | !Boot file for !CPC_Demo
  2. | 1996-01-27
  3.  
  4. | Make any desired changes in !Config, not here
  5.  
  6. | Standard boot actions
  7.  
  8. Set CPC$Dir <Obey$Dir>
  9. IconSprites <CPC$Dir>.!Sprites
  10.  
  11. | Filetype and run action for snaps and discs
  12.  
  13. Set File$Type_064 CPC snap
  14. Set Alias$@RunType_064 Run <CPC$Dir>.!Run -s %%0
  15. Set File$Type_065 CPC disc
  16. Set Alias$@RunType_065 Run <CPC$Dir>.!Run -d %%0
  17.  
  18. | Resource paths
  19.  
  20. Set DriveA <CPC$Dir>.Tapes
  21. Set CPCSnap$Path <CPC$Dir>.Snaps.
  22. Set CPCDisc$Path <CPC$Dir>.Discs.
  23.  
  24. | Running mode selections
  25.  
  26. Set CPC$ScreenMode 12
  27. Set CPC$DOS PseuDOS
  28. Set CPC$Disc ""
  29. Set CPC$MachineType 6128
  30. Set CPC$Slowdown 0
  31.  
  32. | Execute user configuration
  33.  
  34. Run <CPC$Dir>.!Config